Skip to content

Commit 696c85b

Browse files
authored
Update upgrade.yml
1 parent 03ad861 commit 696c85b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ name: Upgrade
88
on:
99
push:
1010
# Publish semver tags as releases.
11-
tags: [ 'v*.*.*' ]
1211
branches: [ "main" ]
1312
pull_request:
1413
branches: [ "main" ]
@@ -63,4 +62,4 @@ jobs:
6362
tags: ${{ env.REGISTRY }}/${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.version }}
6463
labels: ${{ steps.meta.outputs.labels }}
6564
cache-from: type=gha
66-
cache-to: type=gha,mode=max
65+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)