ci: do not cache ansible image

Since we don't have a proper way of invalidating the cache, we shouldn't
cache at all
This commit is contained in:
Price Hiller 2023-02-27 17:37:29 -06:00
parent 3804f6d145
commit 5f0e617149
No known key found for this signature in database

View File

@ -32,6 +32,4 @@ jobs:
uses: docker/build-push-action@v4
with:
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"