Potentially this should build.
This commit is contained in:
parent
5bd2e0da06
commit
07cc305cc7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.build.yml
vendored
1
.github/workflows/docker.build.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
tags: |
|
||||
${{ vars.LOADBALANCER_DOCKER_IMAGE }}:latest
|
||||
${{ vars.LOADBALANCER_DOCKER_IMAGE }}:built-at-${{ env.ATOM }}
|
||||
${{ vars.LOADBALANCER_DOCKER_IMAGE }}:sha-${{ github.sha }}
|
||||
cache-from: ${{ env.DOCKER_CACHE_FROM }}
|
||||
cache-to: ${{ env.DOCKER_CACHE_TO }}
|
||||
|
|
Loading…
Reference in a new issue