mirror of
https://github.com/neingeist/docker-mod-terminfos.git
synced 2025-06-09 20:30:01 +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
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ghcr.io/{{ ENDPOINT }}
|
||||
images: ghcr.io/${{ ENDPOINT }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
# set latest tag for default branch
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Docker - Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue