Skip to content

Commit

Permalink
Update release workflow for local deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Sep 16, 2024
1 parent 91b7087 commit 7a76fb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ env:
jobs:
release:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
-
name: Checkout
Expand Down Expand Up @@ -89,8 +92,8 @@ jobs:
uses: docker/login-action@v3
if: github.event.inputs.dry-run != 'true'
with:
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_PASSWORD }}
username: $
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build image
uses: docker/bake-action@v5
Expand Down

0 comments on commit 7a76fb5

Please sign in to comment.