Skip to content

Commit

Permalink
fix: more build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 15, 2023
1 parent eddb321 commit fa6e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.API_TOKEN_GITHUB }}
path: thunor-web-quickstart
- name: Build containers and push
run: python thunorbld.py build --use-buildx --tags=${{ steps.release_mode.outputs.qs_branch }} --push
run: python thunorbld.py build --use-buildx --tags=${{ steps.release_mode.outputs.build_tags }} --push
- name: Update and push quickstart repo
run: |
set -e
Expand Down

0 comments on commit fa6e764

Please sign in to comment.