Add REGISTRY_PREFIX build variable

This commit is contained in:
Pau Rodriguez-Estivill
2022-03-04 15:29:53 +01:00
parent 3a005cff3a
commit e55801813e
5 changed files with 55 additions and 71 deletions
+4 -2
View File
@@ -149,10 +149,12 @@ jobs:
- name: Build images
env:
BUILDREV: ${{ steps.vars.outputs.sha_short }}
REGISTRY_PREFIX: ${{ secrets.DOCKERHUB_USERNAME }}/
BUILD_REVISION: ${{ steps.vars.outputs.sha_short }}
run: docker buildx bake --pull
- name: Push images
env:
BUILDREV: ${{ steps.vars.outputs.sha_short }}
REGISTRY_PREFIX: ${{ secrets.DOCKERHUB_USERNAME }}/
BUILD_REVISION: ${{ steps.vars.outputs.sha_short }}
run: docker buildx bake --push