Skip to content
Snippets Groups Projects
Unverified Commit 6e6e3672 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

fix: missing docker auth (#5522)

parent cd62f1e5
No related merge requests found
......@@ -81,6 +81,9 @@ jobs:
with:
version: v0.3.1
- name: Docker registry login
run: echo "${{ secrets.DOCKER_RENOVATERELEASE_TOKEN }}" | docker login -u renovaterelease --password-stdin
- name: Build the full Docker image
run: |
docker buildx build \
......@@ -101,9 +104,6 @@ jobs:
--tag=${DOCKER_REPO}:slim \
--file=./Dockerfile.slim .
- name: Docker registry login
run: echo "${{ secrets.DOCKER_RENOVATERELEASE_TOKEN }}" | docker login -u renovaterelease --password-stdin
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment