We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2be92f3 + d02c4ba commit 880ec33Copy full SHA for 880ec33
1 file changed
.github/workflows/container_base_push.yml
@@ -21,7 +21,6 @@ on:
21
22
env:
23
IMAGE_TAG: unstable
24
- REGISTRY: docker.io
25
26
jobs:
27
build:
@@ -83,4 +82,4 @@ jobs:
83
82
run: echo "IMAGE_TAG=stable"
84
- if: ${{ github.event_name != 'pull_request' }}
85
name: Deploy multi-arch base container image to Docker Hub
86
- run: mvn -f modules/container-base -Pct deploy -Dbase.image.tag=${{ env.IMAGE_TAG }} -Ddocker.registry=${{ env.REGISTRY }}
+ run: mvn -f modules/container-base -Pct deploy -Dbase.image.tag=${{ env.IMAGE_TAG }}
0 commit comments