Skip to content

Commit

Permalink
fix: upgrade build docker action to avoid github warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Apr 6, 2024
1 parent e48e16c commit f8071a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build & Publish to Github Container Registry
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.actor }}/${{ env.DOCKER_REPO_NAME }}
username: ${{ github.actor }}
Expand All @@ -46,7 +46,7 @@ jobs:
tags: "${{ env.IMAGE_TAG }}"

- name: Build & Publish to DockerHub
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build & Publish to Github Container Registry
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.actor }}/${{ env.DOCKER_REPO_NAME }}
username: ${{ github.actor }}
Expand All @@ -44,7 +44,7 @@ jobs:
tags: "${{ env.IMAGE_TAG }}"

- name: Build & Publish to DockerHub
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}
username: ${{ github.actor }}
Expand Down

0 comments on commit f8071a7

Please sign in to comment.