Skip to content

Commit

Permalink
Force deply
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Mar 13, 2024
1 parent 6722060 commit de1a6cb
Show file tree
Hide file tree
Showing 9 changed files with 2,682 additions and 648 deletions.
42 changes: 19 additions & 23 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
name: Docker Image CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches:
- master

jobs:

build:

publish-docker-image:
name: Push Docker image
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3

- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker images
uses: docker/[email protected]
with:
context: .
file: docker/Dockerfile
push: true
tags: ghcr.io/sefirosweb/minecraft-legion:latest
- name: Build and push Docker images
uses: docker/[email protected]
with:
context: .
file: docker/Dockerfile
push: true
tags: ghcr.io/sefirosweb/minecraft-legion:latest
Loading

0 comments on commit de1a6cb

Please sign in to comment.