Tag container releases

The container tag `latest` will also now point to the newest tagged release.

For bleeding edge, `master` can be used as the container tag.
pull/34/head
Steven Honson 2021-04-27 08:54:10 +10:00 zatwierdzone przez GitHub
rodzic 6d10913691
commit 8f3af89604
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -4,6 +4,8 @@ on:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
workflow_dispatch:
@ -50,7 +52,7 @@ jobs:
cache-from: type=local,src=/tmp/buildx-cache
cache-to: type=local,dest=/tmp/buildx-cache-new,mode=max
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/${{ github.repository }}:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Move Cache