Skip to content

Merge pull request #26 from SwiftFiddle/renovate/actions-checkout-4.x #4

Merge pull request #26 from SwiftFiddle/renovate/actions-checkout-4.x

Merge pull request #26 from SwiftFiddle/renovate/actions-checkout-4.x #4

Workflow file for this run

name: Build
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: swiftfiddle/swiftfiddle-runner-functions-542:latest