commit | eb9d060571a69d8d891f43a55e60ff50eb9aa607 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 13 03:35:16 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Oct 13 13:21:44 2022 -0400 |
tree | 948a1384920f4d953e191aa9dd2cb76ca364f0e8 | |
parent | 67da00d3f23af9460d18a24e2a89e73123fbb08e [diff] [blame] |
build(deps): bump docker/login-action from 2.0.0 to 2.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e3768f..03620b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml
@@ -50,7 +50,7 @@ uses: actions/checkout@v3.1.0 - name: Authenticate with Quay.io - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.1.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}