Skip to content

Commit

Permalink
rolling build CI fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 16, 2024
1 parent ae86a39 commit 3a89eed
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/rolling-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rolling Docker Builds
name: Rolling Docker Build

on: [push, pull_request]

Expand All @@ -9,15 +9,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

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

0 comments on commit 3a89eed

Please sign in to comment.