Skip to content

another Dockerfile change (if this laptop woulda let me install Docker) #21

another Dockerfile change (if this laptop woulda let me install Docker)

another Dockerfile change (if this laptop woulda let me install Docker) #21

Workflow file for this run

name: ci
on:
push:
branches:
- "main"
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
tags: lostmypillow/jquotes:latest