Skip to content

Commit 0f335cb

Browse files
authored
Merge pull request #86 from essentialkaos/develop
Improve GitHub Actions workflows
2 parents 9c6c46c + 522f28a commit 0f335cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
- cron: '0 13 */15 * *'
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
env:
1216
SRC_DIR: src/github.com/${{ github.repository }}
1317

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ jobs:
133133
- name: Show info about built Docker image
134134
uses: essentialkaos/docker-info-action@v1
135135
with:
136-
image: ${{env.IMAGE_NAME}}:latest
136+
image: ghcr.io/${{env.IMAGE_NAME}}:latest
137137
show-labels: true

0 commit comments

Comments
 (0)