Skip to content

Commit

Permalink
Update docker build action and add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Feb 8, 2024
1 parent 198a339 commit cddbe1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
uses: docker/build-push-action@v5
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tfgco/eventsgateway
tag_with_ref: true
platforms: linux/amd64,linux/arm64

0 comments on commit cddbe1b

Please sign in to comment.