Skip to content

Commit

Permalink
fix: ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jun 22, 2023
1 parent 3121bb7 commit 087da1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Debug
run: echo ${{ env.GITHUB_REF_NAME }} && echo ${{ env.MAJOR_VERSION }}
- name: Debug
run: |
echo ${{ env.GITHUB_REF_NAME }}
echo ${{ env.MAJOR_VERSION }}
#- name: build and publish container
# uses: docker/[email protected]
# with:
Expand Down

0 comments on commit 087da1a

Please sign in to comment.