Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from elgohr-update/master
Browse files Browse the repository at this point in the history
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
  • Loading branch information
righettod authored Mar 30, 2023
2 parents 88673ee + ada9f95 commit 2faf093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build the image
run: docker build . --file Dockerfile --tag poc-graphql:latest
- name: Publish image to DockerHub
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: righettod/poc-graphql
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 2faf093

Please sign in to comment.