mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-05-31 08:37:58 +00:00
Add REGISTRY_PREFIX build variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user