1 Commits
Author SHA1 Message Date
andrew 76560e76ec standarizing gitea action files, and commenting on all differences
Push Develop / docker (push) Successful in 39s
Sync GitHub / sync (push) Successful in 6s
Push Docker / docker (push) Successful in 44s
2026-06-17 12:11:56 -04:00
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build standard image
- name: Build image
uses: docker/build-push-action@v5
with:
context: .
@@ -32,6 +32,7 @@ jobs:
tags: |
${{ vars.DOCKERHUB_TARGET }}:develop
# for this project, we have a php image variant
- name: Build php image
uses: docker/build-push-action@v5
with:
+2 -1
View File
@@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build standard image
- name: Build image
uses: docker/build-push-action@v5
with:
context: .
@@ -32,6 +32,7 @@ jobs:
${{ vars.DOCKERHUB_TARGET }}:latest
${{ vars.DOCKERHUB_TARGET }}:${{ github.ref_name }}
# for this project, we have a php image variant
- name: Build php image
uses: docker/build-push-action@v5
with: