Skip to content

Commit

Permalink
Modify tag name
Browse files Browse the repository at this point in the history
Signed-off-by: KayleCoder <[email protected]>
  • Loading branch information
KayleCoder committed Oct 12, 2024
1 parent e77be7b commit 6f52817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Dockerize and push
run: |
./dockerize.sh
docker push crustio/ipfs-w3auth-caddy:latest
docker push crustio/ipfs-w3auth:caddy
4 changes: 2 additions & 2 deletions dockerize.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

IMAGEID="crustio/ipfs-w3auth:latest"
echo "Building crustio/ipfs-w3auth:latest ..."
IMAGEID="crustio/ipfs-w3auth:caddy"
echo "Building crustio/ipfs-w3auth:caddy ..."
docker build -t $IMAGEID .

0 comments on commit 6f52817

Please sign in to comment.