Skip to content

test: tag name hardcoded #9

test: tag name hardcoded

test: tag name hardcoded #9

Workflow file for this run

on:
pull_request:
branches: [main]
types: [closed]
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- # create a build kit builder instance
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
target: production
push: true
tags: aldorea/${{github.event.repository.name}}:latest