Skip to content

Commit

Permalink
fix docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Dec 24, 2022
1 parent c93b253 commit aa3dbbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
tags: [ '*.*.*' ]

env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

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

0 comments on commit aa3dbbd

Please sign in to comment.