syntax fix ??
All checks were successful
Build and Push Docker Image / build (push) Successful in 7s
Build and Push Docker Image / build (pull_request) Successful in 8s

debugging why this action wont run
This commit is contained in:
Corban-Lee Jones 2024-08-17 20:51:32 +01:00
parent 46533e5ffa
commit 163c589271

View File

@ -48,7 +48,7 @@ jobs:
- name: Tag & Push Docker image
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 push xordk/pyrss-bot:${{ env.TAG }}