Skip to content

Commit

Permalink
Merge pull request #3 from azizghuloum/fix-github-action
Browse files Browse the repository at this point in the history
switched to v3
  • Loading branch information
azizghuloum authored Sep 27, 2024
2 parents c2ccbfc + 0695127 commit e8cee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag context-free-web
- run: (container=$(docker create context-free-web) && docker cp ${container}:/app/build ./build)
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ./build
Expand Down

0 comments on commit e8cee34

Please sign in to comment.