Skip to content

Commit

Permalink
feat: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 9, 2024
1 parent 778afb7 commit 77dbe78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ jobs:

- name: Build and Push Docker Image
uses: docker/build-push-action@v4
working-directory: ./sender
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/og-task-syft:${{ steps.tag_version.outputs.new_tag }}
file: ./sender/Dockerfile
file: ./Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 77dbe78

Please sign in to comment.