Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Dec 11, 2023
1 parent ddf0e8d commit 0520503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Publish

on:
push:
# branches:
# - "main"
# paths:
# - "images/**/*"
branches:
- "main"
paths:
- "images/**/*"
# add workflow dispatch to manually publish the current images
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v5
with:
context: .
context: ./images/${{ matrix.image }}
load: true
tags: ${{ matrix.image }}

Expand Down

0 comments on commit 0520503

Please sign in to comment.