Skip to content

Commit

Permalink
remove load from docker push action
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jan 19, 2024
1 parent 9e49d6e commit d471a74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/smoke-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ runs:
cache-from: type=gha,scope=test-runner
tags: ${{ inputs.test-image }}
pull: true
load: true
push: true
if: steps.check-image.outcome == 'failure'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ jobs:
tags: |
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/test-runner:${{ hashFiles('./tests/requirements.txt') }}
gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/test-runner:latest
load: true
pull: true
push: true

0 comments on commit d471a74

Please sign in to comment.