Skip to content

Commit

Permalink
Merge pull request #2 from falmar/dev
Browse files Browse the repository at this point in the history
oops fix image tag
  • Loading branch information
falmar committed Apr 29, 2023
2 parents 47c1cab + 8c7af38 commit e52d9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
REGISTRY: docker.io
DOCKER_USERNAME: ${{ vars.HUB_USERNAME }}
DOCKER_IMAGE: ecs-service-deployer
DOCKER_IMAGE_TAG: ${{ inputs.image_tag }}
DOCKER_IMAGE_TAG: latest

jobs:
build:
Expand Down

0 comments on commit e52d9e9

Please sign in to comment.