Skip to content

Merge branch 'main' of https://github.com/PolyPixels/Holes_Client #61

Merge branch 'main' of https://github.com/PolyPixels/Holes_Client

Merge branch 'main' of https://github.com/PolyPixels/Holes_Client #61

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: polypikzel/holesgame:latest