mirror of
https://github.com/neingeist/docker-mod-terminfos.git
synced 2025-06-09 12:20:00 +02:00
⚙️ .github: set metadata
This commit is contained in:
parent
900433cabc
commit
66e0ff5cf1
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build-image.yml
vendored
10
.github/workflows/build-image.yml
vendored
|
@ -14,6 +14,16 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ghcr.io/neingeist/docker-mod-terminfos
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
# set latest tag for default branch
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build --no-cache -t ${{ github.sha }} .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue