Skip to content

Commit

Permalink
Make sure to push the built image
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Sep 16, 2024
1 parent e04dd52 commit 7c6a167
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3

- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7c6a167

Please sign in to comment.