push the image after build
Some checks failed
Continuous Releases / build (push) Failing after 1m11s

This commit is contained in:
Eau
2026-03-20 00:20:49 -05:00
parent 6e481d7a26
commit 3e279fb154

View File

@@ -3,7 +3,7 @@ on: [push]
name: Continuous Releases name: Continuous Releases
env: env:
IMAGE_TAG: ci-rust-img IMAGE_TAG: tea.werats.gay/laurayka/ci-rust-img:latest
UBUNTU_VERSION: latest UBUNTU_VERSION: latest
jobs: jobs:
@@ -14,4 +14,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- run: docker build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }} - run: docker build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
- run: docker push {{ env.IMAGE_TAG }}