We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9d544 commit d3a5229Copy full SHA for d3a5229
.github/workflows/github-container-registry.yml
@@ -17,10 +17,10 @@ jobs:
17
uses: docker/login-action@master
18
with:
19
registry: ghcr.io
20
- username: ${{ github.repository_owner }}
+ username: arduinobot
21
password: ${{ secrets.CR_PAT }}
22
23
- name: Publish
24
run: |
25
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
+ docker push ghcr.io/arduino/go-docker-mqtt-ubuntu-env
0 commit comments