Updating publish pipeline
Some checks failed
Build / Build (push) Successful in 13s
Publish Docker Image / Build UI Artifact (release) Successful in 14s
Publish Docker Image / Publish Docker Image (release) Failing after 9s

This commit is contained in:
Tara Wilson 2025-03-22 17:43:34 -04:00
parent 44cae89808
commit ba0f897de4

View File

@ -45,5 +45,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: false
tags: ${{ secrets.DOCKERHUB_USERNAME }}/troop20-web:${{ github.ref_name }}