CI: pull base image
Some checks failed
ci / docker_image (push) Failing after 1m43s
ci / deploy (push) Has been skipped

This commit is contained in:
Drake Marino 2026-01-24 13:38:19 -06:00
parent bebf22e422
commit 0c56bd2c8a

View File

@ -25,6 +25,7 @@ jobs:
- name: Build and Push Docker Image - name: Build and Push Docker Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
pull: true
push: true push: true
tags: git.marinodev.com/marinodev/fbla26_ci:latest tags: git.marinodev.com/marinodev/fbla26_ci:latest
no-cache: true no-cache: true