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

docker #18

Merged
merged 3 commits into from
Aug 24, 2023
Merged

docker #18

merged 3 commits into from
Aug 24, 2023

Conversation

kaisbaccour
Copy link
Contributor

@kaisbaccour kaisbaccour commented Aug 10, 2023

Closes #6

README.md Outdated
- config.json file in your current directory
- Docker installed and running

Run this command
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add a step to pull the latest version of the tag?

context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/nois-bot:0.2.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's give it a fancy tag name, like

Suggested change
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/nois-bot:0.2.0
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/nois-bot:nextgen

This makes it cleaner as we push unversioned updates to that tag

Dockerfile Outdated
@@ -0,0 +1,7 @@
# See https://hub.docker.com/r/denoland/deno/tags for available images
FROM denoland/deno:alpine-1.34.3
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
FROM denoland/deno:alpine-1.34.3
FROM denoland/deno:alpine-1.36.1

@webmaster128 webmaster128 merged commit 551e992 into main Aug 24, 2023
2 checks passed
@webmaster128 webmaster128 deleted the docker branch August 24, 2023 18:20
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.

Docker image for bot2
2 participants