Skip to content

Commit

Permalink
Merge pull request #63 from netbootxyz/renovate/ubuntu-23.04-major-gi…
Browse files Browse the repository at this point in the history
…thub-actions

Update github-actions (ubuntu-23.04) (major)
  • Loading branch information
antonym authored Oct 24, 2023
2 parents bf3b102 + 78bc914 commit 9128ba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu-23.04.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@v2
uses: actions/checkout@v4

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

- name: Login to the GitHub Container Registry
uses: docker/login-action@v1
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@v2
uses: docker/build-push-action@v5
with:
push: true
context: .
Expand Down

0 comments on commit 9128ba3

Please sign in to comment.