Skip to content

Commit

Permalink
Update artifacts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rv4x authored Oct 15, 2024
1 parent 59beb03 commit 02dde9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
- name: Install sudo
run: |
apt-get update && apt-get install -y sudo
- name: Get docker image name
run: |
short_sha=$(echo ${{ github.sha }} | cut -c1-8)
Expand Down

0 comments on commit 02dde9d

Please sign in to comment.