Compare commits
No commits in common. 'f0342a357f3a71c3fc13eadbc3fcb3858ed92cd9' and 'b97b32ebe1105c688e7a97e6a3f0358a8dd6d2d2' have entirely different histories.
f0342a357f
...
b97b32ebe1
@ -1,23 +0,0 @@
|
||||
name: Build & Publish Dev Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "dev"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
with:
|
||||
push: true
|
||||
tags: diouxx/glpi:dev
|
||||
Loading…
Reference in new issue