We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397bfab commit 050227eCopy full SHA for 050227e
.github/workflows/docker-build-push.yml
@@ -7,11 +7,12 @@ on:
7
8
jobs:
9
call-docker-build-push:
10
- uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.06.00
+ uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.07.00
11
with:
12
push: true
13
- docker_username: ${{ vars.docker_username }}
+ docker_org_name: ${{ vars.docker_org_name }}
14
base_commit: ${{ github.event.before }}
15
head_commit: ${{ github.event.after }}
16
secrets:
17
+ docker_username: ${{ secrets.docker_username }}
18
docker_password: ${{ secrets.docker_password }}
0 commit comments