Skip to content

Commit e86d49c

Browse files
committed
update repo
1 parent 9e7d20c commit e86d49c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: ${{ github.workflow }}
1212

1313
env:
14-
docker_image_amp: registry.digitalocean.com/goodsmileduck/erundopel
14+
docker_image: registry.digitalocean.com/goodsmileduck/erundopel
1515

1616
jobs:
1717
push:
@@ -60,7 +60,7 @@ jobs:
6060
push: false
6161
file: Dockerfile
6262
tags: |
63-
${{ env.docker_image_amp }}:${{ steps.vars.outputs.sha_short }}
63+
${{ env.docker_image }}:${{ steps.vars.outputs.sha_short }}
6464
cache-from: type=local,src=/tmp/.buildx-cache
6565
cache-to: type=local,dest=/tmp/.buildx-cache-new
6666

@@ -72,8 +72,8 @@ jobs:
7272
push: true
7373
file: Dockerfile
7474
tags: |
75-
${{ env.docker_image_amp }}:erundopel
76-
${{ env.docker_image_amp }}:${{ steps.vars.outputs.sha_short }}
75+
${{ env.docker_image }}:${{ steps.tag_version.outputs.new_tag }}
76+
${{ env.docker_image }}:${{ steps.vars.outputs.sha_short }}
7777
labels: |
7878
sha_short=${{ steps.vars.outputs.sha_short}}
7979
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)