We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c6c46c + 522f28a commit 0f335cbCopy full SHA for 0f335cb
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ on:
8
schedule:
9
- cron: '0 13 */15 * *'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
env:
16
SRC_DIR: src/github.com/${{ github.repository }}
17
.github/workflows/docker-push.yml
@@ -133,5 +133,5 @@ jobs:
133
- name: Show info about built Docker image
134
uses: essentialkaos/docker-info-action@v1
135
with:
136
- image: ${{env.IMAGE_NAME}}:latest
+ image: ghcr.io/${{env.IMAGE_NAME}}:latest
137
show-labels: true
0 commit comments