Skip to content

Commit

Permalink
Add temproary push test
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
  • Loading branch information
dborovcanin committed Oct 7, 2024
1 parent ae58f37 commit bd29da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [published]
push:
branches: ['main']
branches: ['main','fix-ci']


jobs:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_SECRET }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit bd29da8

Please sign in to comment.