Skip to content

Commit

Permalink
👷 (docker) test it (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
david30907d authored Dec 24, 2023
1 parent ba1151b commit 0bf7e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Push staging to docker registry
uses: actions-hub/docker@master
if: github.ref == 'refs/heads/master' && success()
if: ${{ github.ref == 'refs/heads/master' }} && success()
with:
args: push ${RC_NAME}:staging

Expand Down

0 comments on commit 0bf7e2f

Please sign in to comment.