Skip to content

Commit

Permalink
WIP CI/CD test for multi arch Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Aug 16, 2023
1 parent 4a8a904 commit 0f712e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
tar -czf /tmp/bumped-repo.tar.gz .
tar -czf /tmp/ci-env.tar.gz /tmp/ci-env/
tar -czf -C /tmp/ci-env /tmp/ci-env.tar.gz /tmp/ci-env/
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Load version from artifact
shell: bash
run: |
ls -la .ci
ls -la /tmp/ci-env
cat /tmp/ci-env/NEW_VERSION.txt
cat /tmp/ci-env/NEW_VERSION.txt >> $GITHUB_ENV
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Load version from artifact
shell: bash
run: |
ls -la .ci
ls -la /tmp/ci-env
cat /tmp/ci-env/NEW_VERSION.txt
cat /tmp/ci-env/NEW_VERSION.txt >> $GITHUB_ENV
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Load version from artifact
shell: bash
run: |
ls -la .ci
ls -la /tmp/ci-env
cat /tmp/ci-env/NEW_VERSION.txt
cat /tmp/ci-env/NEW_VERSION.txt >> $GITHUB_ENV
Expand Down

0 comments on commit 0f712e8

Please sign in to comment.