Skip to content

Commit

Permalink
Merge pull request #50 from netbootxyz/renovate/garuda-major-github-a…
Browse files Browse the repository at this point in the history
…ctions

Update github-actions (garuda) (major)
  • Loading branch information
antonym authored Oct 24, 2023
2 parents d428910 + 1998673 commit e252978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/garuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to the GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_TOKEN }}

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

0 comments on commit e252978

Please sign in to comment.