Revert "ci: do not cache ansible image"

This reverts commit 5f0e617149.
This commit is contained in:
Price Hiller 2023-02-27 17:43:39 -06:00
parent 5f0e617149
commit 7f3587da51
No known key found for this signature in database

View File

@ -32,4 +32,6 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
push: true push: true
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/${{ vars.ansible_container }}:latest
cache-to: type=inline
tags: "${{ vars.DOCKER_REGISTRY_URL }}/${{ vars.ansible_container }}:latest" tags: "${{ vars.DOCKER_REGISTRY_URL }}/${{ vars.ansible_container }}:latest"