Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Skip message
if: steps.check.outputs.build_needed == 'false'
run: echo "No changes in gatewayApi, skipping build"
- uses: docker/build-push-action@3e7a4f6646880c6f63758d73ac32392d323eaf8f # v1
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
if: steps.check.outputs.build_needed == 'true'
with:
registry: docker.pkg.github.com
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Skip message
if: steps.check.outputs.build_needed == 'false'
run: echo "No changes in gatewayJobScheduler, skipping build"
- uses: docker/build-push-action@3e7a4f6646880c6f63758d73ac32392d323eaf8f # v1
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
if: steps.check.outputs.build_needed == 'true'
with:
registry: docker.pkg.github.com
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Skip message
if: steps.check.outputs.build_needed == 'false'
run: echo "No changes in kubeApi, skipping build"
- uses: docker/build-push-action@3e7a4f6646880c6f63758d73ac32392d323eaf8f # v1
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
if: steps.check.outputs.build_needed == 'true'
with:
registry: docker.pkg.github.com
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "Got release version ${{ steps.release.outputs.version }}"

- name: Create gwa-api docker image related to the release
uses: docker/build-push-action@3e7a4f6646880c6f63758d73ac32392d323eaf8f # v1
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
with:
registry: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand All @@ -87,7 +87,7 @@ jobs:
tag_with_sha: false

- name: Create gwa-kube-api docker image related to the release
uses: docker/build-push-action@3e7a4f6646880c6f63758d73ac32392d323eaf8f # v1
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
with:
registry: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand All @@ -100,7 +100,7 @@ jobs:
tag_with_sha: false

- name: Create gwa-scheduler docker image related to the release
uses: docker/build-push-action@3e7a4f6646880c6f63758d73ac32392d323eaf8f # v1
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
with:
registry: docker.pkg.github.com
username: $GITHUB_ACTOR
Expand Down
Loading