Skip to content

Commit

Permalink
chore(docker.yaml): updated docker.yaml workflow to use not deprecate…
Browse files Browse the repository at this point in the history
…d actions
  • Loading branch information
olwalkey committed Aug 14, 2024
1 parent 8894bb5 commit 234179a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
type=ref,event=branch
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: "github.event_name != 'pull_request'"
with:
registry: ghcr.io
Expand Down

0 comments on commit 234179a

Please sign in to comment.