Skip to content

Bump docker/login-action from 2 to 3 (#98) #93

Bump docker/login-action from 2 to 3 (#98)

Bump docker/login-action from 2 to 3 (#98) #93

Workflow file for this run

name: Publish Docker image
on:
push:
branches:
- master
permissions:
contents: read
packages: write
jobs:
push_to_registry:
name: Push Docker image to ghcr.io
runs-on: ubuntu-latest
steps:
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/woltlab/blacklist:latest