Skip to content

Commit

Permalink
fix rollback of docker action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Jul 10, 2024
1 parent c4e6124 commit 493f05b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/aws-ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- "main"
- "add-dockerfile"
- "update-action"
release:
types:
Expand Down Expand Up @@ -77,7 +76,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 493f05b

Please sign in to comment.