Skip to content

Commit cbf46e5

Browse files
authored
chore: add setup buildx to tag and release flow (#112)
## Description This adds the buildx setup action to tag and release ## Related Issue Fixes #N/A ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-mattermost/blob/main/CONTRIBUTING.md#developer-workflow) followed
1 parent 6e02f36 commit cbf46e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tag-and-release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
5050
ghToken: ${{ secrets.GITHUB_TOKEN }}
5151

52+
- uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5.0
53+
5254
- name: Build Package
5355
run: uds run -f tasks/publish.yaml build-package --set FLAVOR=${{ matrix.flavor }} --no-progress
5456

0 commit comments

Comments
 (0)