Skip to content

Commit

Permalink
fix(ci): use official Docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 28, 2024
1 parent 13d68aa commit cbcb01e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ jobs:
DOCKER_HUB_PAT: ${{ secrets.DOCKER_HUB_PAT }}
shell: bash
run: |
bash ./release.sh --plugins=npm,npm-post,git,github-release,docker --pre-release
bash ./release.sh --plugins=npm,npm-post,git,github-release --pre-release
- name: Build and push Docker
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: dalisoft/release-me:latest

0 comments on commit cbcb01e

Please sign in to comment.