Skip to content

Commit 4b242ae

Browse files
fixes
1 parent 57de995 commit 4b242ae

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ jobs:
5353
uses: docker/build-push-action@v6
5454
with:
5555
push: false
56+
load: true
5657
labels: ${{ steps.meta.outputs.labels }}
5758
tags: ${{ steps.meta.outputs.tags }}
5859
provenance: true
59-
cache-from: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
60-
cache-to: type=registry,ref=${{ env.DOCKER_APP_IMAGE }}
6160

6261
- name: Run the tests
6362
run: bin/test
63+
64+
- name: Push images
65+
run: docker push -a "$DOCKER_APP_IMAGE"

0 commit comments

Comments
 (0)