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 32d2426 commit 439e031
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 @@ -13,6 +13,10 @@ permissions:
contents: read
statuses: write

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

env:
SRC_DIR: src/github.com/${{ github.repository }}

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}}:centos7
image: ghcr.io/${{env.IMAGE_NAME}}:centos7
show-labels: true

0 comments on commit 439e031

Please sign in to comment.