You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: CIon:
schedule:
- cron: "43 3 * * *"# A workflow run is made up of one or more jobs that can run sequentially or in paralleljobs:
build:
runs-on: ubuntu-latest# Steps represent a sequence of tasks that will be executed as part of the jobsteps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: docker login on ghcr.ioenv:
AT: ${{ secrets.AT }}run: docker login ghcr.io -u code-theft-auto -p $AT
- name: pull python:3.10.4-slimrun: docker pull python:3.10.4-alpine
- name: docker buildrun: docker build . -t ghcr.io/code-theft-auto/sockeypy:$(date +%d-%m-%y)
- name: docker pushrun: docker push ghcr.io/code-theft-auto/sockeypy:$(date +%d-%m-%y)
The text was updated successfully, but these errors were encountered:
Happened 2 hours ago
main.yml
The text was updated successfully, but these errors were encountered: