Skip to content

Commit

Permalink
Attempting to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Aug 21, 2023
1 parent 3a0933b commit 848eb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Setup OS
run: |
dnf install git
dnf install -y git
dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin
docker info
Expand Down

0 comments on commit 848eb42

Please sign in to comment.