Skip to content

Commit

Permalink
Update action to v24.07.00 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 authored Jul 12, 2024
1 parent 397bfab commit 050227e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:

jobs:
call-docker-build-push:
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
with:
push: true
docker_username: ${{ vars.docker_username }}
docker_org_name: ${{ vars.docker_org_name }}
base_commit: ${{ github.event.before }}
head_commit: ${{ github.event.after }}
secrets:
docker_username: ${{ secrets.docker_username }}
docker_password: ${{ secrets.docker_password }}

0 comments on commit 050227e

Please sign in to comment.