Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
ci: pin all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Aug 18, 2021
1 parent 4a8de70 commit 76c7fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-qemu-action@v1.2.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v1.5.1

- name: Login to DockerHub
uses: docker/login-action@v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: go test ./...

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v1.5.1

- name: Docker Build Test
run: docker buildx build --load --tag test:test --file ./Dockerfile ./
Expand Down

0 comments on commit 76c7fbf

Please sign in to comment.