Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

remove commented code in workflow #23

remove commented code in workflow

remove commented code in workflow #23

Workflow file for this run

name: Staging Push
on:
push:
branches:
- 'staging'
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
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:
push: true
tags: runbooksolutions/agent:dev