Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex committed Jul 6, 2021
1 parent 87bf82f commit 27ea0d6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
- name: Generate static files
run: |
docker buildx build --push --platform linux/amd64,linux/arm64 -t darkvex/fail-builder:arlo-fail-nginx-${{ steps.release.outputs.version }} -t darkvex/fail-builder:arlo-fail-nginx -f buildtools/Dockerfile.nginx .
echo darkvex/fail-builder:arlo-fail-nginx-${{ steps.release.outputs.version }} > image_version.txt
# echo darkvex/fail-builder:arlo-fail-nginx-${{ steps.release.outputs.version }} > image_version.txt

- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: Save image version
path: |
image_version.txt
#- name: Archive artifacts
# uses: actions/upload-artifact@v2
# with:
# name: Save image version
# path: |
# image_version.txt

scan_image:
runs-on: ubuntu-latest
Expand All @@ -73,10 +73,10 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}

- name: Download artifact
uses: actions/download-artifact@v2
with:
name: Save image version
#- name: Download artifact
# uses: actions/download-artifact@v2
# with:
# name: Save image version

- name: Generate static files
run: |
Expand Down

0 comments on commit 27ea0d6

Please sign in to comment.