Skip to content

Commit 1f42ba0

Browse files
committed
Fix Docker versions for ghcr.io
The wrong tags were being set.
1 parent 0dbf0d4 commit 1f42ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
context: .
6969
file: ./Dockerfile
7070
push: true
71-
tags: ${{ steps.meta_dockerhub.outputs.tags }}
71+
tags: ${{ steps.meta_ghcr.outputs.tags }}
7272
labels: ${{ steps.meta_ghcr.outputs.labels }}
7373

7474
docker-build-hub:

0 commit comments

Comments
 (0)