See if caching works, part 1
Some checks failed
Build and push container image / build (push) Failing after 34s

This commit is contained in:
toast 2024-01-08 00:14:00 +11:00
parent a048f96faf
commit ef891d9ae6

View File

@ -27,6 +27,9 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Set up build cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
- name: Build and push image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with: