Skip to content

Commit

Permalink
GHA docker: Update actions to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 13, 2024
1 parent 113c5eb commit baa7fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get the latest release
id: release
Expand All @@ -22,10 +22,10 @@ jobs:
fileName: "*.tar.gz"

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit baa7fed

Please sign in to comment.