Skip to content

Commit

Permalink
update yq fix in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 13, 2024
1 parent 91b7183 commit 2595855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Log in to GHCR
run: echo "${{ secrets.REPO_ADMIN_GHCR_TOKEN }}" | docker login ghcr.io -u "${{ secrets.REPO_ADMIN_GH_USERNAME }}" --password-stdin

# Install yq to parse YAML files
# Install yq from official GitHub releases
- name: Install yq
run: |
sudo apt-get update
sudo apt-get install -y yq
sudo wget https://github.com/mikefarah/yq/releases/download/v4.34.2/yq_linux_amd64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
# Extract the versions from docker-compose.yaml
- name: Extract api container version
Expand Down

0 comments on commit 2595855

Please sign in to comment.