Skip to content

Unix time command (#182) #5

Unix time command (#182)

Unix time command (#182) #5

Workflow file for this run

name: docker
on:
push:
branches:
- "master"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: |
ghcr.io/endlessskycommunity/endlesssky-discord-bot:${{ github.sha }}
ghcr.io/endlessskycommunity/endlesssky-discord-bot:latest