Update main.yml

This commit is contained in:
Skillet 2023-02-14 01:23:12 -05:00 committed by GitHub
parent 2bd89452df
commit 14d25e2a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
cache-from: type=registry,ref=${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest
cache-to: type=inline
tags: "${{ vars.DOCKER_REGISTRY_URL }}/squadjs:latest"