Skip to content

Commit

Permalink
Fix YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Dec 14, 2023
1 parent a141232 commit 64bbe45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
if: github.event_name == 'push'
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- id: gen-tag
run: |
IMAGE_TAG=${GITHUB_REF##*/}
echo IMAGE_TAG | tee ci-version.txt
echo "tag=$IMAGE_TAG" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- id: gen-tag
run: |
IMAGE_TAG=${GITHUB_REF##*/}
echo IMAGE_TAG | tee ci-version.txt
echo "tag=$IMAGE_TAG" >> $GITHUB_OUTPUT
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 64bbe45

Please sign in to comment.