Skip to content

Commit

Permalink
change repository checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Aug 18, 2023
1 parent 8b8a281 commit 6a4dc3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with: { ref: v4.4.5 }

- name: Installing dependencies
run: |
sudo apt-get update
sudo apt-get install -y jq
latest=$(curl -s "https://api.github.com/repos/wazuh/wazuh-docker/releases/latest" | jq -r '.tag_name')
git checkout $latest
- name: Build Wazuh images
run: build-docker-images/build-images.sh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with: { ref: v4.4.5 }

- name: Installing dependencies
run: |
sudo apt-get update
sudo apt-get install -y jq
latest=$(curl -s "https://api.github.com/repos/wazuh/wazuh-docker/releases/latest" | jq -r '.tag_name')
git checkout $latest
- name: Build Wazuh images
run: build-docker-images/build-images.sh

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with: { ref: v4.4.5 }

- name: Installing dependencies
run: |
sudo apt-get update
sudo apt-get install -y jq
latest=$(curl -s "https://api.github.com/repos/wazuh/wazuh-docker/releases/latest" | jq -r '.tag_name')
git checkout $latest
- name: Build Wazuh images
run: build-docker-images/build-images.sh

Expand Down

0 comments on commit 6a4dc3c

Please sign in to comment.