Skip to content

Commit

Permalink
chore: rename fireboom without web tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
xufeixiang committed Jul 17, 2024
1 parent e018697 commit 19d46d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: fireboomapi/fireboom:dev_without-web
tags: fireboomapi/fireboom_without-web:dev
cache-from: type=gha
cache-to: type=gha,mode=max

3 changes: 2 additions & 1 deletion .github/workflows/build-release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
fireboomapi/fireboom:${{ github.ref_name }}_without-web
fireboomapi/fireboom_without-web:${{ github.ref_name }}
fireboomapi/fireboom_without-web:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 19d46d5

Please sign in to comment.