Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# https://docs.github.com/en/actions/guides/publishing-docker-images

---
name: Publish Docker images

on:
workflow_dispatch: # manually triggered
workflow_dispatch: # manually triggered
push:
branches: [ latest, stable, 25.05 ]
branches: [latest, stable, 25.05]

jobs:
push_to_registry:
Expand Down Expand Up @@ -40,11 +40,11 @@ jobs:
target: extra
tags: dalibo/pandocker:${{ steps.branch.outputs.branch_name }}

- name: Build and push the `full` image
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile
push: true
target: full
tags: dalibo/pandocker:${{ steps.branch.outputs.branch_name }}-full
# - name: Build and push the `full` image
# uses: docker/build-push-action@v2
# with:
# context: .
# file: Dockerfile
# push: true
# target: full
# tags: dalibo/pandocker:${{ steps.branch.outputs.branch_name }}-full