Skip to content

Commit

Permalink
Merge branch 'main' of github.com:circled-me/server-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydimitrov committed Oct 16, 2023
2 parents 9ebbf04 + 0c9fdf9 commit 7d61cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: docker build . --file Dockerfile --tag gubble/circled-server:$TAGS
run: docker build . --file Dockerfile --tag gubble/circled-server:$TAG
env:
TAGS: ${{ inputs.tags }}
TAG: ${{github.ref_name}}

0 comments on commit 7d61cf8

Please sign in to comment.