Skip to content

Commit

Permalink
Improve GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed May 28, 2022
1 parent f3e1a6d commit 0840f25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Go:
name: Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ jobs:
- name: Show info about built Docker image
uses: essentialkaos/docker-info-action@v1
with:
image: ${{env.IMAGE_NAME}}:latest
image: ghcr.io/${{env.IMAGE_NAME}}:latest
show-labels: true

0 comments on commit 0840f25

Please sign in to comment.