Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Sep 1, 2024
1 parent 878a63e commit 9d43ec7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build and push worker
uses: docker/build-push-action@v3
- name: Build release
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
target: release
push: true
cache-from: type=local,src=cache
tags: ghcr.io/${{ github.repository }}:latest

0 comments on commit 9d43ec7

Please sign in to comment.