This commit is contained in:
parent
74f495b87c
commit
00e5d95af1
1 changed files with 8 additions and 10 deletions
|
|
@ -39,13 +39,11 @@ jobs:
|
|||
# uses: docker/setup-buildx-action@v3
|
||||
# with:
|
||||
# driver: docker-container
|
||||
- name: Publish
|
||||
uses: actions/publish-immutable-action
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# context: context
|
||||
# push: true
|
||||
# provenance: false
|
||||
# platforms: linux/amd64, linux/arm64
|
||||
# tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: context
|
||||
push: true
|
||||
provenance: false
|
||||
platforms: linux/amd64, linux/arm64
|
||||
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue