Skip to content

Commit

Permalink
missing push
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 21, 2024
1 parent 9b1d0f6 commit 2384188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bld_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: docker/build-push-action@v6
with:
push: false
push: true
tags: ${{ secrets.DOCKER_REG_PRIVATE }}/${{ matrix.docker_name}}:${{ steps.version.outputs.version_tag_numeric }}
context: ${{ matrix.context }}
cache-from: type=registry,ref=${{ secrets.DOCKER_REG_PRIVATE }}/${{ matrix.docker_name }}:cache
Expand Down

0 comments on commit 2384188

Please sign in to comment.