Skip to content

Commit

Permalink
ci: ok actually fix container ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KP2048 committed Feb 17, 2023
1 parent 7d95d5f commit a4ee84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
run: |
cd builder
docker build -t ghcr.io/deckbuild/builder:latest .
docker build -t ghcr.io/emudeck/builder:latest .
- name: Wait for other runs to complete
uses: softprops/turnstyle@8db075d65b19bf94e6e8687b504db69938dc3c65
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Push
run: |
docker push ghcr.io/deckbuild/builder:latest
docker push ghcr.io/emudeck/builder:latest
- name: Log out of GitHub Container Registry
run: |
Expand Down

0 comments on commit a4ee84d

Please sign in to comment.