Skip to content

Commit

Permalink
Merge pull request #31 from ember-nexus/feature/multi-arch-docker-images
Browse files Browse the repository at this point in the history
WIP CI/CD test for multi arch Docker image.
  • Loading branch information
Syndesi authored Aug 16, 2023
2 parents 9ab8703 + 0f712e8 commit a980fb4
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 a980fb4

Please sign in to comment.