Skip to content

Commit 689900a

Browse files
dependabot[bot]alcohol
authored andcommitted
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d51b8cc commit 689900a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- run: docker build --pull --no-cache --tag composer/satis --tag ghcr.io/composer/satis .
1313
- if: github.ref == 'refs/heads/main'
14-
uses: docker/login-action@v3
14+
uses: docker/login-action@v4
1515
with:
1616
username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
password: ${{ secrets.DOCKERHUB_PASSWORD }}
1818
- if: github.ref == 'refs/heads/main'
1919
run: docker push composer/satis
2020
- if: github.ref == 'refs/heads/main'
21-
uses: docker/login-action@v3
21+
uses: docker/login-action@v4
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}

0 commit comments

Comments
 (0)