Skip to content

Commit 5afb71e

Browse files
committed
Merge branch 'main' of github.com:lazzurs/docker-atlantis-terragrunt
2 parents a84c1df + 5018db5 commit 5afb71e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Login to Packages Container registry
24-
uses: docker/login-action@v1
24+
uses: docker/login-action@v3
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Login to Docker Hub registry
30-
uses: docker/login-action@v1
30+
uses: docker/login-action@v3
3131
with:
3232
username: ${{ secrets.DOCKER_HUB_USER }}
3333
password: ${{ secrets.DOCKER_HUB_KEY }}
3434
- name: Docker meta
3535
id: meta
36-
uses: docker/metadata-action@v3
36+
uses: docker/metadata-action@v5
3737
with:
3838
images: |
3939
ghcr.io/lazzurs/atlantis-terragrunt
@@ -43,11 +43,11 @@ jobs:
4343
type=sha
4444
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@v1
46+
uses: docker/setup-qemu-action@v3
4747
- name: buildx
48-
uses: docker/setup-buildx-action@v1
48+
uses: docker/setup-buildx-action@v3
4949
- name: Build and push
50-
uses: docker/build-push-action@v2
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: .
5353
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)