Skip to content

Commit

Permalink
ci(docker-build): fix backend image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
feightwywx authored Dec 20, 2024
1 parent 4ddc866 commit 01e9026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
context: ./backend
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.frontend_meta.outputs.tags }}
labels: ${{ steps.frontend_meta.outputs.labels }}
tags: ${{ steps.backend_meta.outputs.tags }}
labels: ${{ steps.backend_meta.outputs.labels }}
build-args: |
"ATB_VERSION=${{ steps.frontend_meta.outputs.version }}"
"ATB_VERSION=${{ steps.backend_meta.outputs.version }}"
"ATB_VERSION_COMMIT=${{ steps.vars.outputs.sha_short }}"
"ATB_TARGET=web"

0 comments on commit 01e9026

Please sign in to comment.