Skip to content

Commit 1ce62ca

Browse files
committed
action/docker: set label latest
Signed-off-by: Avelino <[email protected]>
1 parent 66355c1 commit 1ce62ca

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/docker-publish.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
name: Docker
22

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-
83
on:
94
push:
105
branches: [ "main" ]
11-
tags: [ 'v*.*.*' ]
126

137
env:
148
REGISTRY: ghcr.io
159
IMAGE_NAME: ${{ github.repository }}
1610

17-
1811
jobs:
1912
build:
2013

2114
runs-on: ubuntu-latest
2215
permissions:
2316
contents: read
2417
packages: write
25-
# This is used to complete the identity challenge
26-
# with sigstore/fulcio when running outside of PRs.
2718
id-token: write
2819

2920
steps:
@@ -70,7 +61,7 @@ jobs:
7061
with:
7162
context: .
7263
push: ${{ github.event_name != 'pull_request' }}
73-
tags: ${{ steps.meta.outputs.tags }}
64+
tags: latest
7465
labels: ${{ steps.meta.outputs.labels }}
7566
cache-from: type=gha
7667
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)