Skip to content

Commit

Permalink
Update deploy-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BasedDepartment1 authored Nov 5, 2023
1 parent a9287da commit d867ef5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container:
image: gcr.io/kaniko-project/executor:debug
steps:
- name: Login to Yandex Cloud Container Registry
id: login-cr
Expand All @@ -26,4 +24,4 @@ jobs:
- name: Build, tag, and push image to Yandex Cloud Container Registry
run: |
docker build -t ${{ secrets.CI_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.tag }} .
docker push ${{ secrets.CI_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.tag }}
docker push ${{ secrets.CI_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.tag }}

0 comments on commit d867ef5

Please sign in to comment.