Skip to content

Commit 49dc963

Browse files
committed
feat: ajust docker workflow
1 parent 6bbf4ef commit 49dc963

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,4 @@ jobs:
3737
docker push devhatt/discord-bot:${{steps.generate_sha.outputs.sha}}
3838
docker tag devhatt/discord-bot:${{steps.generate_sha.outputs.sha}} devhatt/discord-bot:latest
3939
docker push devhatt/discord-bot:latest
40-
41-
- name: Update image tag
42-
uses: fjogeleit/yaml-update-action@main
43-
with:
44-
branch: main
45-
valueFile: "deploy/values.yaml"
46-
propertyPath: "image.tag"
47-
value: "${{steps.generate_sha.outputs.sha}}"
48-
commitChange: true
49-
message: "new: Updated tag in values helm"
40+

0 commit comments

Comments
 (0)