fix typo
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 1m7s

This commit is contained in:
Donavan Fritz 2024-02-09 23:22:28 -08:00
parent 77c3b40983
commit 1cbd5f3bcf

View File

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