Skip to content

Commit

Permalink
trying to reorder to see if I can access git
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 1, 2024
1 parent 093e3f1 commit 28772e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
outputs:
sha_short: ${{ env.sha_short }}
steps:
-
name: Set env
run: echo "sha_short=$(git rev-parse --short ${GITHUB_SHA})" >> $GITHUB_ENV
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -22,6 +19,9 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Set env
run: echo "sha_short=$(git rev-parse --short ${GITHUB_SHA})" >> $GITHUB_ENV
-
name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 28772e7

Please sign in to comment.