Commit 1ce62ca 1 parent 66355c1 commit 1ce62ca Copy full SHA for 1ce62ca
File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Docker
2
2
3
- # This workflow uses actions that are not certified by GitHub.
4
- # They are provided by a third-party and are governed by
5
- # separate terms of service, privacy policy, and support
6
- # documentation.
7
-
8
3
on :
9
4
push :
10
5
branches : [ "main" ]
11
- tags : [ 'v*.*.*' ]
12
6
13
7
env :
14
8
REGISTRY : ghcr.io
15
9
IMAGE_NAME : ${{ github.repository }}
16
10
17
-
18
11
jobs :
19
12
build :
20
13
21
14
runs-on : ubuntu-latest
22
15
permissions :
23
16
contents : read
24
17
packages : write
25
- # This is used to complete the identity challenge
26
- # with sigstore/fulcio when running outside of PRs.
27
18
id-token : write
28
19
29
20
steps :
70
61
with :
71
62
context : .
72
63
push : ${{ github.event_name != 'pull_request' }}
73
- tags : ${{ steps.meta.outputs.tags }}
64
+ tags : latest
74
65
labels : ${{ steps.meta.outputs.labels }}
75
66
cache-from : type=gha
76
67
cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments