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 }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
# uses: docker/setup-buildx-action@v3
|
||||||
with:
|
# with:
|
||||||
driver: docker-container
|
# driver: docker-container
|
||||||
|
- name: Publish
|
||||||
- name: Build and push
|
uses: actions/publish-immutable-action@v0.0.4
|
||||||
uses: docker/build-push-action@v6
|
# - name: Build and push
|
||||||
with:
|
# uses: docker/build-push-action@v6
|
||||||
context: context
|
# with:
|
||||||
push: true
|
# context: context
|
||||||
provenance: false
|
# push: true
|
||||||
platforms: linux/amd64, linux/arm64
|
# provenance: false
|
||||||
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
# 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