Skip to content

Commit

Permalink
Update SteamBox_Builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin committed Nov 2, 2024
1 parent 1188418 commit 52a7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SteamBox_Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build SteamBox
run: docker build -t ghcr.io/${{ github.repository }}:latest .
run: docker build -t ghcr.io/${{ github.repository }}:latest -f Containerfile .

- name: Push SteamBox
run: docker push ghcr.io/${{ github.repository }}:latest
Expand Down

0 comments on commit 52a7bb8

Please sign in to comment.