Skip to content

Commit

Permalink
Fix docker bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 9, 2023
1 parent 7dff34b commit 3f02492
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
run: |
echo "Release ossrs/srs:$SRS_TAG"
docker build --tag ossrs/srs:$SRS_TAG .
- name: Copy to docker registry
uses: akhilerm/[email protected]
with:
src: ossrs/srs:${{ env.SRS_TAG }}
dst: |
ossrs/srs:${{ env.SRS_TAG_DATE }}
################################################################
# Docker
Expand All @@ -50,6 +44,12 @@ jobs:
- name: Push to docker hub
run: |
docker push ossrs/srs:$SRS_TAG
- name: Copy to docker registry
uses: akhilerm/[email protected]
with:
src: ossrs/srs:${{ env.SRS_TAG }}
dst: |
ossrs/srs:${{ env.SRS_TAG_DATE }}
################################################################
- name: Login aliyun hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 3f02492

Please sign in to comment.