Skip to content

Commit

Permalink
Merge pull request #40 from netbootxyz/renovate/debian-11-major-githu…
Browse files Browse the repository at this point in the history
…b-actions

Update github-actions (debian-11) (major)
  • Loading branch information
antonym authored Sep 18, 2022
2 parents 09cd484 + e7c9e7c commit 3953884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

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

0 comments on commit 3953884

Please sign in to comment.