Skip to content

Commit

Permalink
upd deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 7, 2024
1 parent b32e886 commit aaf39db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
mv -v ./ci.Dockerfile ./artifacts/
- name: upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: ./artifacts
path: ./artifacts/
retention-days: 2

build_push_docker:
Expand All @@ -90,7 +90,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
- name: Make scripts executable
Expand Down

0 comments on commit aaf39db

Please sign in to comment.