Skip to content

Commit

Permalink
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Apr 1, 2023
1 parent c49a5b1 commit d7ca901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/base_dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
env:
BASE_OS_SOURCE_COMMIT: $GITHUB_SHA
with:
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: imazen/imageflow_build_ubuntu16
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: imazen/imageflow_build_ubuntu18
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: imazen/imageflow_build_ubuntu18_debug
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit d7ca901

Please sign in to comment.