Skip to content

Commit

Permalink
change version of push action
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien.nioche@telicent.io>
  • Loading branch information
Julien Nioche committed Jul 11, 2023
1 parent 6d5afdd commit 8a0562d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/setup-buildx-action@master

- name: Build, tag, and push image to DockerHub
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/target/
.DS_Store
.classpath
.project
.settings/

0 comments on commit 8a0562d

Please sign in to comment.