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

Setup image autobuild #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Setup image autobuild #13

wants to merge 1 commit into from

Conversation

matthope
Copy link
Member

@matthope matthope commented Jun 8, 2021

No description provided.

@matthope matthope self-assigned this Dec 13, 2021

steps:
- name: Checkout repository
uses: actions/checkout@v2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the latest, v4.

# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be v3.

# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be v5.

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be v5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants