Skip to content

Commit 050227e

Browse files
authored
Update action to v24.07.00 (#25)
1 parent 397bfab commit 050227e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77

88
jobs:
99
call-docker-build-push:
10-
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.06.00
10+
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.07.00
1111
with:
1212
push: true
13-
docker_username: ${{ vars.docker_username }}
13+
docker_org_name: ${{ vars.docker_org_name }}
1414
base_commit: ${{ github.event.before }}
1515
head_commit: ${{ github.event.after }}
1616
secrets:
17+
docker_username: ${{ secrets.docker_username }}
1718
docker_password: ${{ secrets.docker_password }}

0 commit comments

Comments
 (0)