Update unstable.yml
This commit is contained in:
parent
afaa17c0b4
commit
64cd30c9cd
1 changed files with 4 additions and 10 deletions
14
.github/workflows/unstable.yml
vendored
14
.github/workflows/unstable.yml
vendored
|
@ -29,22 +29,16 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
|
||||||
with:
|
|
||||||
images: |
|
|
||||||
jcpd/docker-dotclear
|
|
||||||
ghcr.io/${{ github.repository }}
|
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}:test
|
tags: |
|
||||||
labels: ${{ steps.meta.outputs.labels }}:test
|
jcpd/docker-dotclear:test
|
||||||
|
ghcr.io/docker-dotclear:test
|
||||||
|
labels: docker-dotclear:test
|
||||||
build-args: CANAL=unstable
|
build-args: CANAL=unstable
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
|
|
Loading…
Reference in a new issue