Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 56a16b8f2aa74bcbd3ab9ec13027cd3ac8e3f94f #142

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docker

Check warning on line 1 in .github/workflows/docker-publish.yml

View workflow job for this annotation

GitHub Actions / YAMLLint

missing document start "---"

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

on:

Check warning on line 8 in .github/workflows/docker-publish.yml

View workflow job for this annotation

GitHub Actions / YAMLLint

truthy value should be one of [false, true]
schedule:
- cron: '42 19 * * *'
push:
Expand Down Expand Up @@ -48,7 +48,7 @@

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
uses: docker/setup-buildx-action@56a16b8f2aa74bcbd3ab9ec13027cd3ac8e3f94f

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
Loading