Skip to content

Commit

Permalink
fix: Remove load option from Docker workflow publish steps (#1442)
Browse files Browse the repository at this point in the history
* Remove load from docker/build-push-action@v2 action publish steps
   - load and push can not be used in the same step
   - load option: Shorthand for --output=type=docker
* Amends PR #1441
  • Loading branch information
matthewfeickert authored May 10, 2021
1 parent 5693d27 commit eaf6e05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
load: true
push: true

- name: Build and publish to registry with release tag
Expand All @@ -119,5 +118,4 @@ jobs:
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.revision=${{ github.sha }}
load: true
push: true

0 comments on commit eaf6e05

Please sign in to comment.