Skip to content

Commit

Permalink
[feat/#91] Fix: image tags of student-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
NayeonKeum committed Sep 26, 2023
1 parent efbd0b4 commit 1f8930f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/student-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
file: ./resources/images/student-ubuntu/Dockerfile
platforms: linux/amd64
push: true
tags: ryann3/student-ubuntu:6.0
tags: ryann3/student-ubuntu:7.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: student-{{ ID }}
image: ryann3/student-ubuntu:6.0
image: ryann3/student-ubuntu:7.0
imagePullPolicy: Always
ports:
- name: nginx-port
Expand Down

0 comments on commit 1f8930f

Please sign in to comment.