Skip to content

Bump prettier from 2.8.8 to 3.3.0 #213

Bump prettier from 2.8.8 to 3.3.0

Bump prettier from 2.8.8 to 3.3.0 #213

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
jobs:
web:
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Login to DockerHub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64
context: .
file: ./Dockerfile
push: true
tags: |
sthlmio/web:1.0.${{ github.run_number }}
sthlmio/web:${{ github.sha }}
sthlmio/web:latest