Skip to content

Commit

Permalink
try adding --load flag to store docker build result for push
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed Jul 12, 2021
1 parent 0ed1716 commit 8f29c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: echo ${{ steps.qemu.outputs.platforms }}

- name: Build image
run: docker build . --file docker/Dockerfile --tag "p8e-ui:$VERSION"
run: docker build . --file docker/Dockerfile --tag "p8e-ui:$VERSION" --load

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 8f29c10

Please sign in to comment.