Update WF
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Build and Push Docker images for all Container Registries
|
- name: Build and Push Docker images for all Container Registries
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
tags: ${{ vars.DOCKERHUB_REPO }}:$VERSION-${{matrix.config.arch}}, ${{ vars.DOCKERHUB_REPO }}:latest-${{matrix.config.arch}}
|
tags: ${{ vars.DOCKERHUB_REPO }}:${{ env.VERSION }}-${{matrix.config.arch}}, ${{ vars.DOCKERHUB_REPO }}:latest-${{matrix.config.arch}}
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
@@ -59,8 +59,8 @@ jobs:
|
|||||||
- name: Create and push manifest images for pinned
|
- name: Create and push manifest images for pinned
|
||||||
uses: Noelware/docker-manifest-action@v1
|
uses: Noelware/docker-manifest-action@v1
|
||||||
with:
|
with:
|
||||||
inputs: ${{ vars.DOCKERHUB_REPO }}:$VERSION-arm64,${{ vars.DOCKERHUB_REPO }}:$VERSION-amd64
|
inputs: ${{ vars.DOCKERHUB_REPO }}:${{ env.VERSION }}-arm64,${{ vars.DOCKERHUB_REPO }}:${{ env.VERSION }}-amd64
|
||||||
tags: ${{ vars.DOCKERHUB_REPO }}:$VERSION
|
tags: ${{ vars.DOCKERHUB_REPO }}:${{ env.VERSION }}
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
- name: Create and push manifest images for latest
|
- name: Create and push manifest images for latest
|
||||||
|
Reference in New Issue
Block a user