removed server
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 5s
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 5s
This commit is contained in:
@@ -30,21 +30,12 @@ jobs:
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | \
|
||||
docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
|
||||
|
||||
- name: Build & push server
|
||||
run: |
|
||||
docker build \
|
||||
-t ${{ env.REGISTRY }}/rocobo/gcp-dot-server:latest \
|
||||
-t ${{ env.REGISTRY }}/rocobo/gcp-dot-server:${{ github.sha }} \
|
||||
./server
|
||||
docker push ${{ env.REGISTRY }}/rocobo/gcp-dot-server:latest
|
||||
docker push ${{ env.REGISTRY }}/rocobo/gcp-dot-server:${{ github.sha }}
|
||||
|
||||
- name: Build & push egg
|
||||
run: |
|
||||
docker build \
|
||||
-t ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:latest \
|
||||
-t ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:${{ github.sha }} \
|
||||
./egg
|
||||
.
|
||||
docker push ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:latest
|
||||
docker push ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:${{ github.sha }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user