Skip to content

Commit

Permalink
ci(github): update containers workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 18, 2023
1 parent 0b54b43 commit e0bf206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Publish Docker image to GitHub Container Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}
registry: ghcr.io
Expand All @@ -34,7 +34,7 @@ jobs:
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Publish Docker image to Docker Container Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit e0bf206

Please sign in to comment.