Skip to content

Commit

Permalink
Update actions-rootfs-builder.yml: Use actions/upload-artifact@v2and …
Browse files Browse the repository at this point in the history
…actions/download-artifact@v2 to share files between 'build' and 'commit'steps AlmaLinux#4
  • Loading branch information
yuravk committed Mar 7, 2024
1 parent 2c63c51 commit 689f76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-rootfs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ jobs:
name: dockerfiles

-
name: "Print directory dockerfiles/official/al${{ inputs.major_version }} content"
name: "Print dockerfiles/official/al${{ inputs.major_version }}/Dockerfile.*"
run: |
ls -lat dockerfiles/official/al${{ inputs.major_version }}
cat dockerfiles/official/al${{ inputs.major_version }}/Dockerfile.*
-
name: "Commit tag for dockerfiles/official/al${{ inputs.major_version }}"
Expand Down

0 comments on commit 689f76e

Please sign in to comment.