We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ad861 commit 696c85bCopy full SHA for 696c85b
.github/workflows/upgrade.yml
@@ -8,7 +8,6 @@ name: Upgrade
8
on:
9
push:
10
# Publish semver tags as releases.
11
- tags: [ 'v*.*.*' ]
12
branches: [ "main" ]
13
pull_request:
14
@@ -63,4 +62,4 @@ jobs:
63
62
tags: ${{ env.REGISTRY }}/${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.version }}
64
labels: ${{ steps.meta.outputs.labels }}
65
cache-from: type=gha
66
- cache-to: type=gha,mode=max
+ cache-to: type=gha,mode=max
0 commit comments