update deployment
This commit is contained in:
parent
7a6ac421b4
commit
3fb8f5f4b5
1 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
name: Install
|
name: Install
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -15,11 +15,11 @@ jobs:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ${{ env.GITHUB_SERVER_URL }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: baobeld/rusty-database-scripts:latest
|
tags: git.palko.ca/${{ env.GITHUB_REPOSITORY_OWNER }}/database:latest
|
||||||
Loading…
Add table
Reference in a new issue