Skip to content

Commit e0f1566

Browse files
committed
Use released version of composite action
1 parent f539b70 commit e0f1566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
3434
- name: Generate Matrix Action
3535
id: set-matrix
36-
uses: submitty/action-docker-matrix@main
36+
uses: submitty/action-docker-matrix@v24.06.00
3737
with:
3838
docker-username: ${{ inputs.docker_username }}
3939
base-commit: ${{ inputs.base_commit }}

0 commit comments

Comments
 (0)