Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-doist authored Jul 28, 2021
1 parent 25c6b51 commit 9fcbc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build Docker Image

on:
push:
branches: [ main ]
release:
types: [published]

env:
# Use docker.io for Docker Hub if empty
Expand All @@ -11,7 +11,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

concurrency:
group: builder
group: docker-image-builder
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 9fcbc71

Please sign in to comment.