mirror of
https://github.com/neingeist/docker-mod-terminfos.git
synced 2025-06-07 19:35:16 +02:00
⚙️ .github: use docker's actions
This commit is contained in:
parent
b9cf9cd94f
commit
8e86c135a0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/{{ ENDPOINT }}
|
images: ghcr.io/${{ ENDPOINT }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
# set latest tag for default branch
|
# set latest tag for default branch
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Docker - Build and push
|
name: Docker - Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue