easier to view builds in ci
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 1m57s

This commit is contained in:
Donavan Fritz 2024-02-20 22:30:34 -08:00
parent 0d6ca24f40
commit bf7d64bf44

View File

@ -16,6 +16,7 @@ jobs:
set -x
docker build \
--tag $CONTAINER_NAME:$MAJOR_VERSION.${{ github.run_number }} \
--progress plain \
--no-cache .
- name: Push Docker Image (with run number tag)
run: |