Skip to content

Commit 637a72f

Browse files
committed
publish on github registry
1 parent 7329d85 commit 637a72f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-image-dev.yml

+8
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,20 @@ jobs:
5353
username: ${{ secrets.DOCKER_USERNAME }}
5454
password: ${{ secrets.DOCKER_PASSWORD }}
5555

56+
- name: Login to GitHub Container Registry
57+
uses: docker/login-action@v3
58+
with:
59+
registry: ghcr.io
60+
username: ${{ github.repository_owner }}
61+
password: ${{ secrets.GITHUB_TOKEN }}
62+
5663
- name: Docker meta
5764
id: meta
5865
uses: docker/metadata-action@v5
5966
with:
6067
images: |
6168
flcontainers/guacamole
69+
ghcr.io/${{ github.repository }}
6270
tags: |
6371
type=schedule,pattern=testing
6472
type=raw,value=testing

0 commit comments

Comments
 (0)