Skip to content

Commit

Permalink
fix: 🐛 tags配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed May 31, 2024
1 parent 85c89c4 commit 9df28b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
context: ./alist
push: true
tags: ${{ steps.vars.outputs.TAGS }}
tags: ${{ env.TAGS }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -60,7 +60,7 @@ jobs:
with:
context: ./glue
push: true
tags: ${{ steps.vars.outputs.TAGS }}
tags: ${{ env.TAGS }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -70,7 +70,7 @@ jobs:
with:
context: ./emby
push: true
tags: ${{ steps.vars.outputs.TAGS }}
tags: ${{ env.TAGS }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -80,7 +80,7 @@ jobs:
with:
context: ./jellyfin
push: true
tags: ${{ steps.vars.outputs.TAGS }}
tags: ${{ env.TAGS }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -90,7 +90,7 @@ jobs:
with:
context: ./resilio
push: true
tags: ${{ steps.vars.outputs.TAGS }}
tags: ${{ env.TAGS }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 9df28b2

Please sign in to comment.