Skip to content

Commit

Permalink
Merge pull request #36 from J-Hoplin/dev
Browse files Browse the repository at this point in the history
Chore: Fix dockerhub repository issue
  • Loading branch information
J-Hoplin authored Jan 27, 2024
2 parents 27f7598 + 8c5b9b0 commit d3a4bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pre-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- dev
- production
paths:
- '**.ts'
run-name: Unit/E2E test of ${{ github.ref_name }} by ${{ github.actor }}
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
context: .
push: true
tags: hoplin-dev/online-judge:latest
tags: hoplindev/online-judge:latest
platforms: linux/amd64,linux/arm64
- name: 'Discord Alert - Success'
if: steps.build-n-push.outcome == 'success'
Expand Down

0 comments on commit d3a4bf7

Please sign in to comment.