Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
traktuner committed Jun 17, 2024
1 parent 971e187 commit 1c542d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< HEAD
dockerfile: [ubuntu22, ubuntu20, ubuntu18, alpine]
=======
dockerfile: [ubuntu22, ubuntu20, ubuntu18]
>>>>>>> main
include:
- dockerfile: ubuntu22
tags: |
Expand All @@ -36,8 +40,11 @@ jobs:
tags: ubuntu20
- dockerfile: ubuntu18
tags: ubuntu18
<<<<<<< HEAD
- dockerfile: alpine
tags: alpine
=======
>>>>>>> main

steps:
- name: Checkout repository
Expand Down

0 comments on commit 1c542d2

Please sign in to comment.