Skip to content

Commit

Permalink
testing docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 2, 2024
1 parent 8006611 commit 63a4747
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/humble-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6
with:
build-args: ROS_DISTRO=humble
push: false
push: true
tags: mgons/yasmin:humble

0 comments on commit 63a4747

Please sign in to comment.