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/container-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/buildpack-deps
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/buildpack-deps-rpi
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/buildpack-deps-rpi-latest
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-build-ccache
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -67,7 +67,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-build-ccache-rpi-latest
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-build-ccache-rpi
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -108,7 +108,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-rpi
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -130,7 +130,7 @@ jobs:
remove-haskell: 'true'
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-sync-testnet
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -152,7 +152,7 @@ jobs:
remove-haskell: 'true'
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-testnet
username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -174,7 +174,7 @@ jobs:
remove-haskell: 'true'
- uses: actions/checkout@master
- name: Build and Publish to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: neblioteam/nebliod-testnet-rpi
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down