mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
fix yml
This commit is contained in:
8
.github/workflows/osumusic.yml
vendored
8
.github/workflows/osumusic.yml
vendored
@@ -23,12 +23,12 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build Proxy Docker image
|
||||
run: |
|
||||
docker build -t juli0n21/proxy-container:latest -t juli0n21/proxy-container:${{ github.sha }} .
|
||||
run: |
|
||||
docker build -t juli0n21/proxy-container:latest -t juli0n21/proxy-container:${{ github.sha }} .
|
||||
|
||||
- name: Build Frontend Docker image
|
||||
run: |
|
||||
docker build -t juli0n21/frontend-container:latest -t juli0n21/frontend-container:${{ github.sha }} .
|
||||
run: |
|
||||
docker build -t juli0n21/frontend-container:latest -t juli0n21/frontend-container:${{ github.sha }} .
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user