Update unstable.yml
This commit is contained in:
parent
5afb20db91
commit
ad4f3e3892
1 changed files with 1 additions and 7 deletions
8
.github/workflows/unstable.yml
vendored
8
.github/workflows/unstable.yml
vendored
|
@ -29,17 +29,11 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@v5
|
|
||||||
with:
|
|
||||||
images: ${{ env.IMAGE_NAME }}
|
|
||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
sbom: true
|
sbom: true
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ env.IMAGE_NAME }}
|
||||||
build-args: CANAL=${{ env.DOTCLEAR }}
|
build-args: CANAL=${{ env.DOTCLEAR }}
|
||||||
|
|
Loading…
Reference in a new issue