Update imageBuild.yml

This commit is contained in:
Yohan9206 2024-07-22 15:36:07 +03:00 committed by GitHub
parent 15f7315c0f
commit bbd1280707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/username/repo:pr-${{ github.event.pull_request.number }}
tags: yohands/devops_task:pr-${{ github.event.pull_request.number }}
labels: type=pr,event=merge
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USER }}