Skip to content

Commit

Permalink
Fixing github actions script.
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Jan 19, 2025
1 parent 0c7892f commit 02a47c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |-
docker tag microtingas/greate-belt-container:latest microtingas/greate-belt-container:latest
- run: docker save microtingas/greate-belt-container:latest -o greate-belt-container.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: greate-belt-container
path: greate-belt-container.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |-
docker tag microtingas/greate-belt-container:latest microtingas/greate-belt-container:latest
- run: docker save microtingas/greate-belt-container:latest -o greate-belt-container.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: greate-belt-container
path: greate-belt-container.tar
Expand Down

0 comments on commit 02a47c7

Please sign in to comment.