Skip to content

Commit

Permalink
bump version of docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Jan 31, 2024
1 parent b56d630 commit 183ca76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ runs:
uses: docker/setup-qemu-action@v2

- name: Login to Docker registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ inputs.registry }}
username: ${{ inputs.registry-user }}
password: ${{ inputs.registry-password }}

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

- name: Build images
id: build-images
Expand Down

0 comments on commit 183ca76

Please sign in to comment.