This commit is contained in:
parent
299374d7a5
commit
0dbe252483
1 changed files with 14 additions and 13 deletions
|
|
@ -35,16 +35,17 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker-container
|
||||
|
||||
- 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: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
# with:
|
||||
# driver: docker-container
|
||||
- name: Publish
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
# - 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