Browse Source

ci: fix docker workflow

pull/109/head
Garrit Franke 2 years ago
parent
commit
12910a8e2e
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 2
      .github/workflows/build-docker.yml

2
.github/workflows/build-docker.yml

@ -15,7 +15,7 @@ jobs:
name: Build & push Docker image
with:
image: garrit.xyz
tags: latest, ${{ github.head_ref }}, ${{ github.sha }}
tags: latest, ${{ github.ref_name }}, ${{ github.sha }}
registry: ${{ secrets.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Loading…
Cancel
Save