Skip to content

Commit

Permalink
fix: pass proper variable for base_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnHering committed Oct 24, 2024
1 parent 2fef9c0 commit 3fd4543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: docker/bake-action@v5
env:
COMMIT_SHA: ${{ github.sha }}
BASE_TAG: ${{ env.BASE_TAG}}
BASE_TAG: ${{ env.REGISTRY_IMAGE }}
with:

targets: ${{ matrix.target }}
Expand Down

0 comments on commit 3fd4543

Please sign in to comment.