Merge pull request #34 from projecthorus/container-tags

Tag container releases
pull/37/head
Steven Honson 2021-04-27 09:05:22 +10:00 zatwierdzone przez GitHub
commit 1419250d9f
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