Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Incede committed Sep 16, 2024
1 parent 2961a4a commit 198a23c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service
name: Build and push docker image
name: Build docker image

on:
push:
branches:
- master

jobs:
deploy:
name: Deploy
docker:
name: Build and push docker image
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}

Expand Down Expand Up @@ -39,4 +39,6 @@ jobs:
context: ./
file: ./Dockerfile
push: true
tags: ${{ steps.docker-image.outputs.image }}
tags:
- latest
- ${{ steps.docker-image.outputs.image }}

0 comments on commit 198a23c

Please sign in to comment.