Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/go-logr/zap…
Browse files Browse the repository at this point in the history
…r-1.2.3
  • Loading branch information
mergify[bot] authored Mar 27, 2023
2 parents 07da42e + 1444d57 commit e660365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: "${{ env.GO_VERSION }}"
- name: Install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Install required nix packages
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run 'true'
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Fix permissions
run: chmod +x bin/*
- name: Build ${{ matrix.repository }} and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: cmd/${{ matrix.binary }}/Dockerfile
Expand Down

0 comments on commit e660365

Please sign in to comment.