Skip to content

Commit

Permalink
add tag to default
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAyeon committed Apr 14, 2024
1 parent cad5f6b commit 5ff0e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
build-args: |
"DISCORD_TOKEN=${{secrets.DISCORD_TOKEN}}"
#build-args: |
# "DISCORD_TOKEN=${{secrets.DISCORD_TOKEN}}"
push: true
tags: "latest"
## labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5ff0e3a

Please sign in to comment.