Skip to content

Commit

Permalink
fix: resolve forgotten docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
amraln authored and amille44420 committed Sep 26, 2023
1 parent 09f3aa5 commit e01dbde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
- name: Build chromium image
run: docker build . --file docker/chromium/Dockerfile --platform linux/arm64 --tag $IMAGE_CHROMIUM

- name: Log into registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u $DOCKER_LOGIN --password-stdin

- name: Push chromium image
run: |
IMAGE_ID=appvantage/$IMAGE_NAME
Expand Down

0 comments on commit e01dbde

Please sign in to comment.