mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-30 10:13:58 +00:00
Delete dockerimage.yml
My bad
This commit is contained in:
19
.github/workflows/dockerimage.yml
vendored
19
.github/workflows/dockerimage.yml
vendored
@@ -1,19 +0,0 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag vpbot:dev
|
||||
- name: Docker Publish
|
||||
uses: manusa/actions-publish-docker@v1.0.1
|
||||
with:
|
||||
name: vpbot
|
||||
tag: dev
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
Reference in New Issue
Block a user