Skip to content

Commit

Permalink
Merge pull request #2 from NovoG93/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-4

Bump docker/build-push-action from 3 to 4
  • Loading branch information
NovoG93 authored Apr 3, 2023
2 parents 9296716 + ab0f8cb commit be5d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/sjtu_drone:ros2

0 comments on commit be5d513

Please sign in to comment.