syntax fix ??
debugging why this action wont run
This commit is contained in:
parent
46533e5ffa
commit
163c589271
@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Tag & Push Docker image
|
- name: Tag & Push Docker image
|
||||||
run: |
|
run: |
|
||||||
# Push the branch-specific or version-specific tag
|
# Push the branch-specific or version-specific tag
|
||||||
docker tag pyrss-bot:${{ env.TAG }} xordk/pyrss-bot:${{ env.TAG }}
|
docker tag pyrss-bot:${{ env.TAG }} xordk/pyrss-bot:${{ env.TAG }}
|
||||||
docker push xordk/pyrss-bot:${{ env.TAG }}
|
docker push xordk/pyrss-bot:${{ env.TAG }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user