Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Mar 13, 2024
1 parent a913f34 commit fe1bab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ on:
branches: [ "main" ]

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

SHA: ${{ github.event.pull_request.head.sha || github.event.after }}
# Use `main` as the tag to compare to if empty, assuming that it's already pushed
COMPARE_TAG: main

jobs:
build:
Expand Down

0 comments on commit fe1bab1

Please sign in to comment.