File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 with :
4141 context : build-tools/
4242 platforms : linux/amd64
43- push : ${{ github.ref == 'refs/heads/master' }}
43+ push : true
4444 tags : |
45- debricked/docker-image-build-tools:7805-prisma-vulnerabilities
46- ghcr.io/debricked/docker-image-build-tools:7805-prisma-vulnerabilities
45+ debricked/docker-image-build-tools:php84
46+ ghcr.io/debricked/docker-image-build-tools:php84
4747 -
4848 name : Build and push full image
4949 uses : docker/build-push-action@v4
5252 platforms : linux/amd64
5353 push : ${{ github.ref == 'refs/heads/master' }}
5454 tags : |
55- debricked/docker-image-php-xdebug:7805-prisma-vulnerabilities
56- ghcr.io/debricked/docker-image-php-xdebug:7805-prisma-vulnerabilities
55+ debricked/docker-image-php-xdebug:php84
56+ ghcr.io/debricked/docker-image-php-xdebug:php84
Original file line number Diff line number Diff line change @@ -151,5 +151,3 @@ RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
151151 && apt update && apt install -y bazel-$BAZEL4_VERSION \
152152 && ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel4 \
153153 && ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel
154-
155-
You can’t perform that action at this time.
0 commit comments