Skip to content

Commit

Permalink
tag mysql:8
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Sep 17, 2023
1 parent e86134c commit 6b64758
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ jobs:
- name: Create multi-arch manifest and push to Docker Hub
if: ${{ github.ref == 'refs/heads/main' }}
run: |
docker manifest create cs50/mysql:latest \
docker manifest create cs50/mysql:latest, cs50/mysql:8 \
--amend cs50/mysql:amd64 \
--amend cs50/mysql:arm64
docker manifest create cs50/mysql:8 \
--amend cs50/mysql:amd64 \
--amend cs50/mysql:arm64
docker manifest push cs50/mysql:latest
docker manifest push cs50/mysql:8

0 comments on commit 6b64758

Please sign in to comment.