Skip to content

Commit

Permalink
Update docker-publish-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored Dec 20, 2024
1 parent eb22778 commit 0f8c318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ vars.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'v2') }}
type=raw,value=latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
secrets: |
github_token=${{ secrets.GITHUB_TOKEN }}
github_token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f8c318

Please sign in to comment.