Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Hrubec committed Jul 12, 2023
1 parent af3e98a commit f13360c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push container to Dockerhub
uses: docker/docker-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: ${{ env.PLATFORMS }}
Expand Down

0 comments on commit f13360c

Please sign in to comment.