Skip to content

Commit

Permalink
feat: update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Apr 5, 2024
1 parent 4fc0ed1 commit c02909d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install
run: yarn install --frozen-lockfile
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -26,9 +26,13 @@ jobs:
uses: beaconbrigade/[email protected]
with:
path: .
- name: Buildx
id: docker_buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit c02909d

Please sign in to comment.