Skip to content

Commit

Permalink
Merge pull request #14 from quiknode-labs/renovate/docker-setup-build…
Browse files Browse the repository at this point in the history
…x-action-3.x
  • Loading branch information
McSim85 authored Jul 19, 2024
2 parents a6fd084 + cf84000 commit 1518fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
MATRIX_VERSION: ${{ matrix.version }}

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

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
MATRIX_VERSION: ${{ matrix.version }}

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

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 1518fab

Please sign in to comment.