mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update imageBuild.yml
This commit is contained in:
parent
15f7315c0f
commit
bbd1280707
1 changed files with 1 additions and 1 deletions
2
.github/workflows/imageBuild.yml
vendored
2
.github/workflows/imageBuild.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
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
|
labels: type=pr,event=merge
|
||||||
env:
|
env:
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USER }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_HUB_USER }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue