mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-11 18:55:40 +00:00
Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m36s
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m36s
This commit is contained in:
parent
e9514255e7
commit
4d12c44d55
@ -6,6 +6,10 @@ jobs:
|
||||
BuildAndPublish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add mask
|
||||
run: |
|
||||
echo "::add-mask::${{ vars.TAILSCALE_IP }}"
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user