Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Switch to Docker's GitHub Actions #243

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Switch to Docker's GitHub Actions #243

merged 1 commit into from
Jan 4, 2022

Conversation

almathew
Copy link
Contributor

No description provided.

@almathew
Copy link
Contributor Author

@UserNotFound also adding you as a reviewer, since I think you or Frank have enough context to review

Copy link
Member

@fancyremarker fancyremarker left a comment

Choose a reason for hiding this comment

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

Changes look sane, and a nice improvement toward using the most appropriate library actions and more fully automating.

with:
context: .
push: true
tags: ${{ steps.docker-meta.outputs.tags }}
Copy link
Member

Choose a reason for hiding this comment

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

This looks like it will change the naming convention for Docker repo tags, but I don't see a problem with that.


- name: Deploy code to production
uses: aptible/aptible-deploy-action@v1
if: startsWith(github.ref, 'refs/tags/')
Copy link
Member

Choose a reason for hiding this comment

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

This looks right. I don't know if it's the standard best practice, but a few other examples suggest yes.

@skylar-anderson
Copy link
Contributor

@almathew Is this good to merge so we can unblock deploys?

@almathew almathew merged commit 35d09b0 into main Jan 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants