Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 authored Jan 26, 2025
1 parent dbbbce1 commit b2ddd5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Build:checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- 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 b2ddd5c

Please sign in to comment.