kopia lustrzana https://github.com/projecthorus/chasemapper
Merge branch 'master' of github.com:projecthorus/chasemapper
commit
d2dcdf845f
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
@ -50,7 +52,7 @@ jobs:
|
||||||
cache-from: type=local,src=/tmp/buildx-cache
|
cache-from: type=local,src=/tmp/buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/buildx-cache-new,mode=max
|
cache-to: type=local,dest=/tmp/buildx-cache-new,mode=max
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ghcr.io/${{ github.repository }}:latest
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Move Cache
|
- name: Move Cache
|
||||||
|
|
Ładowanie…
Reference in New Issue