Skip to content

Commit

Permalink
Update docker-tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it authored Sep 4, 2024
1 parent 10e813f commit f881449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: docker save ${{ secrets.K8S_DOCKER_REGISTHOST }}/unibot:${{ env.TAG_NAME }} -o image-file.tar

- name: Upload Docker image as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: container-image
path: image-file.tar
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Docker image artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: container-image
path: .
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
shell: bash

- name: Push Docker image
run: docker push ${{ secrets.K8S_DOCKER_REGISTHOST }}/unibot:${{ env.TAG_NAME }}
run: docker push ${{ secrets.K8S_DOCKER_REGISTHOST }}/unibot:${{ env.TAG_NAME }}

0 comments on commit f881449

Please sign in to comment.