Skip to content

Commit

Permalink
fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beliaev-maksim committed Feb 28, 2024
1 parent 5560c15 commit 64d4bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
uses: actions/checkout@v4

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

- name: Set up Docker Buildx
uses: docker/[email protected]
uses: docker/[email protected].0

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 64d4bc0

Please sign in to comment.