Skip to content

Commit

Permalink
Update dockerrelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 26, 2024
1 parent 0681b8e commit 16d996e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
permissions: {}

jobs:
build:
release:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Set REPOSITORY
Expand All @@ -31,7 +32,6 @@ jobs:
type=semver,pattern={{major}}
type=sha
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 16d996e

Please sign in to comment.