Skip to content

Commit

Permalink
try to login later
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 28, 2023
1 parent e581b0e commit dc966e7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,23 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v2
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build/Push to Docker Hub
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.${{ matrix.target }}
tags: consol/${{ matrix.target }}:nightly
platforms: linux/amd64,linux/arm64
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v2
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build/Push to github.com
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.${{ matrix.target }}
tags: docker.pkg.github.com/consol/docker-headless-vnc-container/${{ matrix.target }}:nightly
platforms: linux/amd64,linux/arm64

0 comments on commit dc966e7

Please sign in to comment.