Uses the pre built container
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 2s
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 2s
This commit is contained in:
@@ -32,11 +32,10 @@ jobs:
|
||||
|
||||
- name: Build & push egg
|
||||
run: |
|
||||
docker build \
|
||||
-t ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:latest \
|
||||
-t ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:${{ github.sha }} \
|
||||
.
|
||||
docker push ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:latest
|
||||
docker compose build egg
|
||||
docker compose push egg
|
||||
docker tag ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:latest \
|
||||
${{ env.REGISTRY }}/rocobo/gcp-dot-egg:${{ github.sha }}
|
||||
docker push ${{ env.REGISTRY }}/rocobo/gcp-dot-egg:${{ github.sha }}
|
||||
|
||||
- name: Logout
|
||||
|
||||
Reference in New Issue
Block a user