Skip to content

Commit 2e444b3

Browse files
Update stakater/.github action to v0.0.109
1 parent 703b7a2 commit 2e444b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.97
10+
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.109
1111
with:
1212
DOCKER_FILE_PATH: Dockerfile
1313
secrets:

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
push:
10-
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.97
10+
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.109
1111
with:
1212
DOCKER_FILE_PATH: Dockerfile
1313
RELEASE_BRANCH: main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
release:
10-
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.97
10+
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.109
1111
secrets:
1212
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)