Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Apr 21, 2024
1 parent df5e8d3 commit 055e099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:

# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# https://github.com/docker/login-action#docker-hub
- name: Login to registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build latest and push to registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
cache-from: type=gha
Expand Down

0 comments on commit 055e099

Please sign in to comment.