Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 authored Jan 27, 2025
1 parent f8b79f3 commit a49335c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,18 @@ jobs:
name: 'Build'
runs-on: ubuntu-latest
steps:
- name: "Build:checkout"
uses: actions/checkout@v3

- name: "Build:qemu"
uses: docker/setup-qemu-action@v2

- name: "Build:buildx"
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: "Build:login"
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 'Build:buildandpush'
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit a49335c

Please sign in to comment.