Skip to content

Commit 43a86af

Browse files
committed
fix: update to amd64 compatibel image
1 parent b7db4b9 commit 43a86af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
git config --global --add safe.directory "$GITHUB_WORKSPACE"
5454
git config user.email ${{ github.actor }}[email protected]
5555
git config user.name ${{ github.actor }}
56-
- name: Run linters
56+
57+
- name: Run linters
5758
run: |
5859
echo 'eirctl run vuln:check'
5960

eirctl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import:
44
contexts:
55
unit:test:
66
container:
7-
name: docker.io/dnitsch/aws-cli-auth-ci:0.2.0
7+
name: docker.io/dnitsch/aws-cli-auth-ci:0.3.0
88
entrypoint: /usr/bin/env
99
shell: sh
1010
shell_args:

0 commit comments

Comments
 (0)