Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/runatlantis/atlantis-v0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abalcobia authored Jul 13, 2023
2 parents bd06da6 + c241eec commit 27969dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Tags & Labels
id: meta
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v4.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: |
Expand All @@ -41,7 +41,7 @@ jobs:
latest=auto
- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 27969dd

Please sign in to comment.