Push only if image test succeeds

This commit is contained in:
Leonard Jonathan Oh 2023-04-14 08:55:46 +00:00
parent 5fac68f2c4
commit 9f3a47ed53
5 changed files with 35 additions and 11 deletions

View file

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.15 AS builder
RUN apk add --no-cache php7 php7-json php-phar php-zip
RUN apk add --no-cache npm