Skip to content

Commit

Permalink
No docker-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Jan 14, 2025
1 parent da4976b commit 047b357
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ defaults:

env:
PUSH_REGISTRY: ${{ vars.PUSH_REGISTRY }}
DOCKER_REGISTRY: ${{ vars.DOCKER_REGISTRY || 'docker.io' }}

jobs:
prepare:
Expand All @@ -38,7 +37,6 @@ jobs:
id: build-args
run: |
echo node_image_tag="$(./scripts/ci/get-node-version.mjs)" >>"$GITHUB_OUTPUT"
echo docker_registry="${DOCKER_REGISTRY}" >>"$GITHUB_OUTPUT"
- name: Create matrix from input
id: set-matrix
Expand Down Expand Up @@ -172,7 +170,6 @@ jobs:
target: output-${{ matrix.docker }}
build-args: |
NODE_IMAGE_TAG=${{ needs.prepare.outputs.node_image_tag }}
DOCKER_REGISTRY=${{ needs.prepare.outputs.docker_registry }}
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: ${{ steps.inputs.outputs.build_cache }}
Expand Down

0 comments on commit 047b357

Please sign in to comment.