Skip to content

Commit

Permalink
Merge pull request #587 from hngprojects/fix-workflows
Browse files Browse the repository at this point in the history
change docker save
  • Loading branch information
Lanky-23 authored Aug 10, 2024
2 parents 82c5ce0 + 948f27a commit 570c02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [dev]

jobs:
build-and-deploy:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Save Docker images to tarball
run: |
docker save $(docker images --format '{{.Repository}}:{{.Tag}}' | grep -v '<none>') | gzip > dev-images.tar.gz
docker save hng_boilerplate_expressjs-backend:latest | gzip > dev-images.tar.gz
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 570c02b

Please sign in to comment.