Skip to content

Commit

Permalink
Improve github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Sep 16, 2022
1 parent 456c46a commit cbe12d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ on:
branches: [ main ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main ]

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


jobs:
build:

Expand Down

0 comments on commit cbe12d8

Please sign in to comment.