correct workflow
This commit is contained in:
@@ -9,6 +9,8 @@ jobs:
|
|||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest # Use a runner with Docker support
|
runs-on: ubuntu-latest # Use a runner with Docker support
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-latest # Image with Docker pre-installed
|
container: ghcr.io/catthehacker/ubuntu:act-latest # Image with Docker pre-installed
|
||||||
|
outputs:
|
||||||
|
sha_short: ${{ steps.vars.outputs.sha_short }}
|
||||||
steps:
|
steps:
|
||||||
# Checkout the repository code
|
# Checkout the repository code
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user