Skip to content

Commit d3a5229

Browse files
author
Roberto Sora
authored
Update github-container-registry.yml
1 parent ec9d544 commit d3a5229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-container-registry.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: docker/login-action@master
1818
with:
1919
registry: ghcr.io
20-
username: ${{ github.repository_owner }}
20+
username: arduinobot
2121
password: ${{ secrets.CR_PAT }}
2222

2323
- name: Publish
2424
run: |
2525
docker tag go-docker-mqtt-ubuntu-env ghcr.io/arduino/go-docker-mqtt-ubuntu-env:latest
26-
docker push ghcr.io/arduino/go-docker-mqtt-ubuntu-env
26+
docker push ghcr.io/arduino/go-docker-mqtt-ubuntu-env

0 commit comments

Comments
 (0)