Compare commits
No commits in common. "fb3b2480144282618b38bcf99a4bf4560f65ca9d" and "23aaa86d3ecd7b5184d2f4c6b2f24289744eadf5" have entirely different histories.
fb3b248014
...
23aaa86d3e
42
.github/workflows/ci-demo.yaml
vendored
42
.github/workflows/ci-demo.yaml
vendored
@ -1,42 +0,0 @@
|
|||||||
name: Github Actions CI Demo
|
|
||||||
run-name: ${{ github.actor }} is testing out Github Actions 🚀
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "main"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Explore-Github-Actions:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
|
||||||
-
|
|
||||||
run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Github!"
|
|
||||||
-
|
|
||||||
run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
|
||||||
-
|
|
||||||
name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
-
|
|
||||||
name: Login to Docker Hub
|
|
||||||
uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
||||||
-
|
|
||||||
name: Build and push
|
|
||||||
uses: docker/build-push-action@v5
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
push: true
|
|
||||||
tags: |
|
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user