Skip to content

Commit

Permalink
fix: remove redundant ci-ism
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Jul 7, 2024
1 parent 74c8a1a commit 367a082
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ jobs:
if: github.ref == 'refs/heads/main'
run: 'echo "DOCKER_TAG=stable" >> $GITHUB_ENV'

- name: Docker Tag
if: github.ref == 'refs/heads/staging'
run: 'echo "DOCKER_TAG=staging" >> $GITHUB_ENV'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 367a082

Please sign in to comment.